バージョン

Product(Int32[],Int32) メソッド

現在の GF フィールド内のスカラー値を使用した係数配列の乗算処理。
シンタックス
'宣言
 
Public Overloads Function Product( _
   ByVal coefficients() As Integer, _
   ByVal scalar As Integer _
) As Integer()
public int[] Product( 
   int[] coefficients,
   int scalar
)

パラメータ

coefficients
係数。
scalar
スカラー。
参照